home *** CD-ROM | disk | FTP | other *** search
/ Collection of Tools & Utilities / Collection of Tools and Utilities.iso / borland / jnfb88.zip / PALPRO.ZIP / GREET2.SC < prev    next >
Text File  |  1987-10-02  |  121b  |  9 lines

  1. PROC hello() 
  2.         ? "Hello, world!" 
  3.         SLEEP 5000 
  4.         ENDPROC 
  5.  
  6. hello() 
  7.  
  8. RELEASE PROCS hello 
  9.